setup.c:
Cleanup really randomly added whitespace -- is your space key stuck?
Cleanup whitespace.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
HYPERVISOR_physdev_op(&op);
#ifdef CONFIG_ACPI_BOOT
- if ( !(xen_start_info.flags & SIF_INITDOMAIN) )
- {
- printk(KERN_INFO "Not running in dom0: Disabling ACPI\n");
- acpi_disabled = 1;
- acpi_ht = 0;
+ if (!(xen_start_info.flags & SIF_INITDOMAIN)) {
+ printk(KERN_INFO "Not running in dom0: Disabling ACPI\n");
+ acpi_disabled = 1;
+ acpi_ht = 0;
}
#endif
- /*
- * Parse the ACPI tables for possible boot-time SMP configuration.
- */
- acpi_boot_table_init();
- acpi_boot_init();
-
+ /*
+ * Parse the ACPI tables for possible boot-time SMP configuration.
+ */
+ acpi_boot_table_init();
+ acpi_boot_init();
+
#ifdef CONFIG_X86_LOCAL_APIC
if (smp_found_config)
get_smp_config();